home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / demos / hgdemo.zip / DEMO.BAT next >
DOS Batch File  |  1991-12-09  |  536b  |  19 lines

  1. echo off
  2. cls
  3. if not exist installh.exe goto noinstall
  4. installh
  5. if errorlevel 1 goto exit
  6. if not exist demo.bat goto noinstall
  7. demo install
  8. goto exit
  9. :noinstall
  10. echo              Harvard Graphics for Windows Demo
  11. echo         ===========================================
  12. echo  
  13. echo         Sorry, your Harvard Graphics for Windows  
  14. echo         demo disk seems to be missing files.  Please  
  15. echo         make sure the DOS prompt is set to the drive  
  16. echo         containing the demo disk (e.g., "A>").
  17. echo  
  18. :exit
  19.